Uses of Interface
com.cisco.pt.ipc.events.SimulationEventListener
Packages that use SimulationEventListener
-
Uses of SimulationEventListener in com.cisco.pt.ipc.events
Fields in com.cisco.pt.ipc.events with type parameters of type SimulationEventListenerModifier and TypeFieldDescriptionprotected Set<SimulationEventListener>SimulationEventRegistry.globalListenersprotected Map<String,Set<SimulationEventListener>> SimulationEventRegistry.specificObjectListenersMethods in com.cisco.pt.ipc.events with parameters of type SimulationEventListenerModifier and TypeMethodDescriptionvoidSimulationEventRegistry.addListener(SimulationEventListener listener) voidSimulationEventRegistry.addListener(SimulationEventListener listener, Simulation objClass) voidSimulationEventRegistry.addListenerFiltered(SimulationEventListener listener, List<String> events) voidSimulationEventRegistry.addSpecificListenerFiltered(SimulationEventListener listener, Simulation objClass, List<String> events) voidSimulationEventRegistry.removeListener(SimulationEventListener listener) voidSimulationEventRegistry.removeListener(SimulationEventListener listener, Simulation objClass) voidSimulationEventRegistry.removeListenerFiltered(SimulationEventListener listener, List<String> events) voidSimulationEventRegistry.removeSpecificListenerFiltered(SimulationEventListener listener, Simulation objClass, List<String> events)